ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / SymbolMinSize Property

In This Topic
    SymbolMinSize Property (ScatterMapLayer<T>)
    In This Topic
    Gets or sets the minimal symbol size for bubble plot.
    Syntax
    'Declaration
     
    Public Property SymbolMinSize As Integer
    public int SymbolMinSize {get; set;}
    See Also